<html>
<head>
<script>
<!--
function check()
{	
	if(registForm.content.value=="")
	{
		alert("eA AOACIa");
		registForm.content.focus();
		return false;
	}
	
	if(registForm.userSubject.value=="")
	{
		alert("A|nA AOACIa");
		registForm.userSubject.focus();
		return false;
	}
	registForm.submit();
}

function authcheck()
{
	location.href = "passCheck.asp";
}

//-->
</script>
</head>
<body>
<input type=button value="COY EAICIa" onclick=authcheck();>

<center>
<img src=top1.jpg>ID : HSBluesky

<tr>
<td colspan=2>
<div align=center>
<table width=600>
<tr align=center>
<td bgcolor=#a9a9a9><font color=white>E</font></td>

<td bgcolor=#a9a9a9><font color=white>A|n</font></td>
<td bgcolor=#a9a9a9><font color=white>AUAU id</font></td>
<td bgcolor=#a9a9a9><font color=white>iIAI</font></td>
</tr>

<tr align=center>
<td colspan=5>iIE OAƢ AIU.</td>
</tr>


</table>
</div>

<form name=registForm method=get action=regist.asp>
<table cellspacing=0 width=500>

<tr>
<td align=center bgcolor=#a9a9a9><b><font color=white>A|n</font></b></td>
<td><input type=text  name=userSubject size=60></td>
</tr>

<tr>
<td  rowspan=2 align=center bgcolor=#a9a9a9><b><font color=white>e</font></b></td>
<td><textarea name=content  cols=60  rows=10></textarea>
</tr>	

</table>

<input type=button  value=AUIa onclick=check();>&nbsp;&nbsp;&nbsp;&nbsp;
<input type=reset value=UAAU>
</form>
</center>
</body>
</html>